DomainObjects Class Library

ScalarQuery<SelectFromClass>.AddUnionAll Method 

Unions the given query with this query using the 'UNION ALL' SQL clause.

public void AddUnionAll(
   IQuery<SelectFromClass> query
);

Parameters

query
The query to union with this query.

Implements

IQuery<SelectFromClass>.

See Also

ScalarQuery<SelectFromClass> Class | DomainObjects.Facade.Command Namespace